home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDGridRef.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  1.7 KB  |  47 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = DKDGraphicPanel; LANGUAGE = ObjC; SUPERCLASS = DKDPanel; }, 
  4.         {
  5.             ACTIONS = {
  6.                 gridRefPositionAction = id; 
  7.                 helpAlignToGridAction = id; 
  8.                 xGridRefPercentAction = id; 
  9.                 yGridRefPercentAction = id; 
  10.             }; 
  11.             CLASS = DKDGridRefPanel; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 gridRefPositionPopup = NSPopUpButton; 
  15.                 gridRefView = DKDGridRefView; 
  16.                 xGridRefPercentSlider = NSSlider; 
  17.                 xGridRefPercentTextField = NSTextField; 
  18.                 yGridRefPercentSlider = NSSlider; 
  19.                 yGridRefPercentTextField = NSTextField; 
  20.             }; 
  21.             SUPERCLASS = DKDGraphicPanel; 
  22.         }, 
  23.         {CLASS = DKDGridRefView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  24.         {CLASS = DKDOptionButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  25.         {
  26.             ACTIONS = {
  27.                 checkClosingWindow = id; 
  28.                 useCurrentForNewItemsButtonAction = id; 
  29.                 useDefaultForNewItemsButtonAction = id; 
  30.             }; 
  31.             CLASS = DKDPanel; 
  32.             LANGUAGE = ObjC; 
  33.             OUTLETS = {
  34.                 setCurrentForNewItemsButton = DKDOptionButton; 
  35.                 setDefaultForNewItemsButton = DKDOptionButton; 
  36.             }; 
  37.             SUPERCLASS = DKDWindowController; 
  38.         }, 
  39.         {
  40.             CLASS = DKDWindowController; 
  41.             LANGUAGE = ObjC; 
  42.             SUPERCLASS = NSWindowController; 
  43.         }, 
  44.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  45.     ); 
  46.     IBVersion = 1; 
  47. }